hip.api.impl

Undocumented in source.

Public Imports

hip.api.console
public import hip.api.console;
Undocumented in source.
hip.api.data.textureatlas
public import hip.api.data.textureatlas;
Undocumented in source.
hip.api.data.tilemap
public import hip.api.data.tilemap;
Undocumented in source.
hip.api.data.csv
public import hip.api.data.csv;
Undocumented in source.
hip.api.data.ini
public import hip.api.data.ini;
Undocumented in source.
hip.api.data.jsonc
public import hip.api.data.jsonc;
Undocumented in source.
hip.api.graphics.color
public import hip.api.graphics.color;
Undocumented in source.
hip.api.renderer.texture
public import hip.api.renderer.texture;
Undocumented in source.
hip.api.renderer.viewport
public import hip.api.renderer.viewport;
Undocumented in source.
hip.api.graphics.g2d.renderer2d
public import hip.api.graphics.g2d.renderer2d;
Undocumented in source.
hip.api.view.scene
public import hip.api.view.scene;
Undocumented in source.
hip.api.filesystem.hipfs
public import hip.api.filesystem.hipfs;
Undocumented in source.
hip.api.audio
public import hip.api.audio;
Undocumented in source.
hip.api.systems.timer
public import hip.api.systems.timer;
Undocumented in source.
HipInput
public import HipInput = hip.api.input;
Undocumented in source.
hip.api.input.gamepad
public import hip.api.input.gamepad;
Undocumented in source.
hip.filesystem.hipfs
public import hip.filesystem.hipfs;
Undocumented in source.
hip.assetmanager
public import hip.assetmanager;
Undocumented in source.
HipFS
public import HipFS = hip.api.filesystem.definitions;
Undocumented in source.
HipAssetManager
public import HipAssetManager = hip.api.assets.assets_binding;
Undocumented in source.

Members

Aliases

AutoRemove (from hip.api.input.button)
alias AutoRemove = Flag!"AutoRemove" via public import hip.api.input.button : AutoRemove, HipButtonType;
Undocumented in source.
IHipInputMap
alias IHipInputMap = HipInput.IHipInputMap
Undocumented in source.

Classes

HipGameUtils (from hip.api.game.game_binding)
class HipGameUtils via public import hip.api.game.game_binding : HipGameUtils;
Undocumented in source.
HipGameUtils (from hip.game.utils)
class HipGameUtils via public import hip.game.utils : HipGameUtils;
Undocumented in source.
HipTimerManager (from hip.api.systems.system_binding)
class HipTimerManager via public import hip.api.systems.system_binding : HipTimerManager;
Undocumented in source.
HipTimerManager (from hip.systems.timer_manager)
class HipTimerManager via public import hip.systems.timer_manager : HipTimerManager;
Undocumented in source.

Enums

HipButtonType (from hip.api.input.button)
enum HipButtonType via public import hip.api.input.button : AutoRemove, HipButtonType;
Undocumented in source.
HipKey (from hip.api.input.keyboard)
enum HipKey via public import hip.api.input.keyboard : HipKey;
Undocumented in source.
HipMouseButton (from hip.api.input.mouse)
enum HipMouseButton via public import hip.api.input.mouse : HipMouseButton;
Undocumented in source.

Functions

getDefaultFont (from hip.api.assets.globals)
HipFont getDefaultFont() via public import HipDefaultAssets = hip.api.assets.globals : getDefaultFont, getDefaultTexture, getDefaultFontWithSize;
Undocumented in source.
getDefaultFont (from hip.global.gamedef)
HipFont getDefaultFont() via public import HipDefaultAssets = hip.global.gamedef : getDefaultFont, getDefaultTexture, getDefaultFontWithSize;
Undocumented in source.
getDefaultFontWithSize (from hip.api.assets.globals)
HipFont getDefaultFontWithSize(uint size) via public import HipDefaultAssets = hip.api.assets.globals : getDefaultFont, getDefaultTexture, getDefaultFontWithSize;

Use this instead of getDefaultFont.getFontWithSize, as it changes its internal state.

getDefaultFontWithSize (from hip.global.gamedef)
HipFont getDefaultFontWithSize(uint size) via public import HipDefaultAssets = hip.global.gamedef : getDefaultFont, getDefaultTexture, getDefaultFontWithSize;

Use this instead of getDefaultFont.getFontWithSize, as it changes its internal state.

getDefaultTexture (from hip.api.assets.globals)
IHipTexture getDefaultTexture() via public import HipDefaultAssets = hip.api.assets.globals : getDefaultFont, getDefaultTexture, getDefaultFontWithSize;
Undocumented in source.
getDefaultTexture (from hip.global.gamedef)
IHipTexture getDefaultTexture() via public import HipDefaultAssets = hip.global.gamedef : getDefaultFont, getDefaultTexture, getDefaultFontWithSize;
Undocumented in source.

Meta